MoveBattleStyle

@Serializable
data class MoveBattleStyle(val id: Int, val name: String, val names: List<Name>) : NamedModel(source)

Styles of moves when used in the Battle Palace. See the bulbapedia article for greater detail. See: https://pokeapi.co/docs/v2#move-battle-styles

Parameters

id

The identifier for this resource.

name

The name for this resource.

names

The name of this resource listed in different languages.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, names: List<Name>)

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val name: String
Link copied to clipboard